PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFXLTiffImage Class / PDFXLTiffImage Constructor / PDFXLTiffImage Constructor(Stream,int,boolean)
TIFF stream.
TIFF frame to use for creating the image.
If true, the input stream is disposed after the image has been written to the PDF file.
In This Topic
    PDFXLTiffImage Constructor(Stream,int,boolean)
    In This Topic
    Initializes a new PDFXLTiffImage object.
    Syntax
    public PDFXLTiffImage( 
       Stream stream,
       int frameIndex,
       boolean disposeStream
    )

    Parameters

    stream
    TIFF stream.
    frameIndex
    TIFF frame to use for creating the image.
    disposeStream
    If true, the input stream is disposed after the image has been written to the PDF file.
    See Also